[INFO] cloning repository https://github.com/cornishon/aoc2023
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cornishon/aoc2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcornishon%2Faoc2023", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcornishon%2Faoc2023'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 836b31c1ad9cb85c40dd2ddef4e4d03a2ba0ea48
[INFO] fixing cornishon/aoc2023 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcornishon%2Faoc2023" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cornishon/aoc2023
[INFO] finished tweaking git repo https://github.com/cornishon/aoc2023
[INFO] tweaked toml for git repo https://github.com/cornishon/aoc2023 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cornishon/aoc2023 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cornishon/aoc2023 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded deprecate-until v0.1.1
[INFO] [stderr]   Downloaded simple-grid v2.2.1
[INFO] [stderr]   Downloaded pathfinding v4.9.1
[INFO] [stderr]   Downloaded winnow v0.6.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fea98d403ed75d6d465f1aabe04eb91ba38bbdab915ed4848f528cf36e9a8720
[INFO] running `Command { std: "docker" "start" "fea98d403ed75d6d465f1aabe04eb91ba38bbdab915ed4848f528cf36e9a8720", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fea98d403ed75d6d465f1aabe04eb91ba38bbdab915ed4848f528cf36e9a8720" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fea98d403ed75d6d465f1aabe04eb91ba38bbdab915ed4848f528cf36e9a8720", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fea98d403ed75d6d465f1aabe04eb91ba38bbdab915ed4848f528cf36e9a8720" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.84
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]     Checking zerocopy v0.7.34
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling matrixmultiply v0.3.8
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]     Checking either v1.12.0
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking simple-grid v2.2.1
[INFO] [stderr]     Checking winnow v0.6.9
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking integer-sqrt v0.1.5
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking ndarray v0.15.6
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling deprecate-until v0.1.1
[INFO] [stderr]     Checking thiserror v1.0.61
[INFO] [stderr]     Checking pathfinding v4.9.1
[INFO] [stderr]     Checking aoc2023 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/bin/day19.rs:177:1
[INFO] [stdout]     |
[INFO] [stdout] 177 | fn rating_parser(i: &mut &str) -> PResult<Rating<i32>> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: Accumulate<()>` will fail
[INFO] [stdout]    --> src/bin/day19.rs:181:9
[INFO] [stdout]     |
[INFO] [stdout] 181 | /         separated(
[INFO] [stdout] 182 | |             4,
[INFO] [stdout] 183 | |             separated_pair(Field::parser, '=', dec_int).map(|(f, r)| rating.0[f as usize] = r),
[INFO] [stdout] 184 | |             ',',
[INFO] [stdout] 185 | |         ),
[INFO] [stdout]     | |_________^
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = note: `#[deny(dependency_on_unit_never_type_fallback)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 179 |     delimited::<_, _, (), _, _, _, _, _>(
[INFO] [stdout]     |              +++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc2023` (bin "day19") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: this function depends on never type fallback being `()`
[INFO] [stdout]   --> src/bin/day2.rs:73:1
[INFO] [stdout]    |
[INFO] [stdout] 73 | fn draw_parser(i: &mut &str) -> PResult<[i32; 3]> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: Accumulate<()>` will fail
[INFO] [stdout]   --> src/bin/day2.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 75 | /     separated(
[INFO] [stdout] 76 | |         1..,
[INFO] [stdout] 77 | |         separated_pair(dec_int, space1, color_parser)
[INFO] [stdout] 78 | |             .map(|(amount, color)| v[color as usize] = amount),
[INFO] [stdout] 79 | |         (',', space0),
[INFO] [stdout] 80 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]    = note: `#[deny(dependency_on_unit_never_type_fallback)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]    |
[INFO] [stdout] 75 |     separated::<_, _, (), _, _, _, _>(
[INFO] [stdout]    |              ++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc2023` (bin "day2") due to 2 previous errors
[INFO] [stdout] error: this function depends on never type fallback being `()`
[INFO] [stdout]   --> src/bin/day2.rs:73:1
[INFO] [stdout]    |
[INFO] [stdout] 73 | fn draw_parser(i: &mut &str) -> PResult<[i32; 3]> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: Accumulate<()>` will fail
[INFO] [stdout]   --> src/bin/day2.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 75 | /     separated(
[INFO] [stdout] 76 | |         1..,
[INFO] [stdout] 77 | |         separated_pair(dec_int, space1, color_parser)
[INFO] [stdout] 78 | |             .map(|(amount, color)| v[color as usize] = amount),
[INFO] [stdout] 79 | |         (',', space0),
[INFO] [stdout] 80 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]    = note: `#[deny(dependency_on_unit_never_type_fallback)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]    |
[INFO] [stdout] 75 |     separated::<_, _, (), _, _, _, _>(
[INFO] [stdout]    |              ++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc2023` (bin "day2" test) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "fea98d403ed75d6d465f1aabe04eb91ba38bbdab915ed4848f528cf36e9a8720", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fea98d403ed75d6d465f1aabe04eb91ba38bbdab915ed4848f528cf36e9a8720", kill_on_drop: false }`
[INFO] [stdout] fea98d403ed75d6d465f1aabe04eb91ba38bbdab915ed4848f528cf36e9a8720
